home *** CD-ROM | disk | FTP | other *** search
- Path: news1.radix.net!news
- From: jfw@radix.net (Jim Ward)
- Newsgroups: comp.lang.c
- Subject: Re: Speed of random generators
- Date: 6 Mar 1996 02:59:54 GMT
- Organization: RadixNet Internet Services
- Distribution: world
- Message-ID: <4hiv3a$bc7@news1.radix.net>
- References: <TAKAHASI.96Mar1113825@poisson.ece.cmu.edu>
- NNTP-Posting-Host: dialin28.annex3.radix.net
- Mime-Version: 1.0
- Content-Type: Text/Plain; charset=US-ASCII
- X-Newsreader: WinVN 0.99.7
-
- >I'm working in a simulation that requires intensive use of pseudo-random
- >sequences. My problem is that profiling the program I found out that the
- >generation of the sequences is responsible for about 50% of the total
- >execution time. Since each run can take about 4 hours, it would be good
- >if I could save some time.
-
- If you're got some memory to burn, you could pre-generate your random
- numbers and store them...
-
-
-
-
-
-
-
-